home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / shell / pdmenu-0.000 / pdmenu-0 / pdmenu-0.2 / pdmenurc < prev    next >
Encoding:
Text File  |  1995-12-02  |  1.6 KB  |  36 lines

  1. #Config file for the 'menu' command.
  2.  
  3. #This is a menu line. The fields are name, width, title, and description.
  4. #The menu named "main" must exist, it is always displayed as the 1st menu.
  5. menu:main:blue-scheme:Main Menu:Stuff to do at Kite
  6.     #This displays a menu. The fields are name, hotkey desc,and menu to show.
  7.     show:g:Games:games
  8.     exec::Mail:pine -i
  9.     exec::News:slrn -C -n:c
  10.     exec::WWW:lynx
  11.     exec::Irc:irc:c
  12.     exec::Who's online?:w > /tmp/who$USER ; dialog --title "Who's on Kite" --textbox /tmp/who$USER 22 75 ; rm -f /tmp/who$USER
  13.     exec::Talk to Someone:ytalk %Who do you want to chat with?%Enter the name of the person you want to talk to.%:ipc
  14.     exec::Change your password:passwd:cp
  15.  
  16. menu:games:gray-scheme:Games:Favorite Games
  17.     exec::Tetris for Terminals:/usr/games/tt
  18.     exec::Adventure:/usr/games/adventure:c
  19.         exec::Zork:/usr/games/zork:c
  20.     exec::Mancala:/usr/games/mancala 0 1:c
  21.     exec::Mancala (computer 1st):/usr/games/mancala 1 0:c
  22.     exec::Pente:/usr/games/pente -curses:c
  23.     exec::Yahtzee:yahtzee:c
  24.     show:g:Graphical Games..:games_svga
  25.  
  26. menu:games_svga::Graphical Games:These games *require* graphics.
  27.     exec::Maelstrom:Maelstrom:c
  28.     exec::Golddigger:/usr/games/golddig:c
  29.     exec::Lode Runner:/usr/games/lr:c
  30.     exec::Monkey Island:/usr/local/bin/rundos call \\util\\monkey.bat:c
  31.     exec::The Incredible Machine:/usr/local/bin/rundos call \\util\\tim.bat:c
  32.     exec::Koules:/usr/games/koules_320x200.dynamic:c
  33.     exec::Tetris:/usr/games/tetris:c
  34.     exec::Thrust:/usr/local/games/thrust:c
  35.     exec::Gravity Wars:/usr/games/GravityWars %Enter Secret code%Enter secret code for the level you want, or just hit enter to play.%:ci
  36.